/* boostrap.css */

.fs-6 {
    font-size: 1rem !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.50rem !important;
}

.fs-9 {
    font-size: 0.25rem !important;
}

.border-0:focus {
    border: 0 !important;
}

.border-top-0:focus {
    border-top: 0 !important;
}

.border-end-0:focus {
    border-right: 0 !important;
}

.border-bottom-0:focus {
    border-bottom: 0 !important;
}

.border-start-0:focus {
    border-left: 0 !important;
}

.w-2 {
    width: 5% !important;
}

.w-3 {
    width: 5% !important;
}

.w-4 {
    width: 5% !important;
}

.w-5 {
    width: 5% !important;
}

.w-15 {
    width: 15% !important;
}

.wh-100 {
    width: 100% !important;
    height: 100% !important;
}

.bg-red {
    background-color: rgb(153, 0, 51) !important;
}

.bg-midnight-blue {
    background-color: rgb(1, 5, 73) !important;
}

.bg-turquoise {
    background-color: rgb(46, 217, 198) !important;
}

.bg-light-gray {
    background-color: rgb(204, 205, 207) !important;
}

.bg-light-black {
    background-color: rgb(51, 51, 51) !important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: rgb(51, 51, 51) !important;
    border-color: #fff;
}

.list-group-item.noti-item.active {
    color: rgb(0, 0, 0);
    background-color: rgb(204, 205, 207) !important;
}

.navbar-blue {
    background-color: rgb(1, 5, 73) !important;
}

.navbar-blue .navbar-brand {
    color: #fff;
}

.navbar-blue .navbar-brand:hover,
.navbar-blue .navbar-brand:focus {
    color: #fff;
}

.navbar-blue .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-blue .navbar-nav .nav-link:hover,
.navbar-blue .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.85);
}

.navbar-blue .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-blue .navbar-nav .show>.nav-link,
.navbar-blue .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-blue .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-blue .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-blue .navbar-text {
    color: #fff;
}

.navbar-blue .navbar-text a,
.navbar-blue .navbar-text a:hover,
.navbar-blue .navbar-text a:focus {
    color: #fff;
}

.navbar-turquoise {
    background-color: rgb(46, 217, 198) !important;
}

.navbar-turquoise .navbar-brand {
    color: rgb(1, 5, 73, 0.6) !important;
}

.navbar-turquoise .navbar-brand:hover,
.navbar-turquoise .navbar-brand:focus {
    color: rgb(1, 5, 73, 1) !important;
}

.navbar-turquoise .navbar-nav .nav-link {
    color: rgb(1, 5, 73, 0.6) !important;
}

.navbar-turquoise .navbar-nav .nav-link:hover,
.navbar-turquoise .navbar-nav .nav-link:focus {
    color: rgb(1, 5, 73, 1) !important;
}

.navbar-turquoise .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-turquoise .navbar-nav .show>.nav-link,
.navbar-turquoise .navbar-nav .nav-link.active {
    color: rgb(1, 5, 73, 1) !important;
}

.navbar-turquoise .navbar-toggler {
    color: rgb(1, 5, 73, 1) !important;
    border-color: rgb(1, 5, 73, 1) !important;
}

.navbar-turquoise .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-turquoise .navbar-text {
    color: rgb(1, 5, 73, 0.8) !important;
}

.navbar-turquoise .navbar-text a,
.navbar-turquoise .navbar-text a:hover,
.navbar-turquoise .navbar-text a:focus {
    color: rgb(1, 5, 73, 1) !important;
}

textarea.r-none {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Header.cs */

.form-control-white {
    color: bs-dark;
    background-color: var(--bs-white);
    border-color: var(--bs-white);
}

.form-control-white:focus {
    color: bs-dark;
    background-color: var(--bs-white);
    border-color: var(--bs-white);
    box-shadow: none;
    /* box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25); */
}

.cs-pointer {
    cursor: pointer;
}

/* sidebars.css */


/* .scrollarea::-webkit-scrollbar {
    width: 6px;
}

.scrollarea::-webkit-scrollbar-track {
    background-color: #f1f1f1 !important;
    border-radius: 100px;
}

.scrollarea::-webkit-scrollbar-thumb {
    border-radius: 50px;
    border: 6px solid #c1c1c1;
    border-left: 0;
    border-right: 0;
    background-color: #c1c1c1 !important;
    ;
} */


/** Scrollbar & Highlight **/


/* ::-webkit-scrollbar {
    -webkit-appearance: none !important;
}

::-webkit-scrollbar {
    width: 10px !important;
}

::-webkit-scrollbar-track {
    background: #ebebeb !important;
    border: 0px solid #ccc !important;
}

::-webkit-scrollbar-thumb {
    background: #00043a !important;
    border: 0px solid #eee !important;
    height: 40px !important;
    border-radius: 5px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #4bbbbd !important;
}

::selection {
    background: #4bbbbd !important;
}

::-moz-selection {
    background: #4bbbbd !important;
} */


/* Font  */

@font-face {
    font-family: "Gilroy-Regular";
    src: url('../fonts/TTF/Gilroy-Medium.ttf');
}

@font-face {
    font-family: "verl-icons";
    src: url("../fonts/verl-icons.eot");
    src: url("../fonts/verl-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/verl-icons.woff") format("woff"), url("../fonts/verl-icons.ttf") format("truetype"), url("../fonts/verl-icons.svg#verl-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "verl-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "verl-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-report:before {
    content: "\61";
}

.icon-3d-chart:before {
    content: "\62";
}

.icon-2d-chart:before {
    content: "\63";
}

.icon-proximity:before {
    content: "\64";
}

.icon-routing:before {
    content: "\65";
}


/* Custom */


/* main {
    max-height: calc(100vh - 58px);
    height: calc(100vh - 58px);
} */


/* #map {
    background-color: rgb(204, 205, 207);
} */

*:not(i):not(.fa):not(.bi) {
    font-family: "Gilroy-Regular";
}

.draggable-element {
    display: flex;
    width: 50%;
    height: 50%;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.shadow-1-strong {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 3px 10px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 3px 10px 0 rgba(0, 0, 0, 0.2) !important;
}


/* Icon when the collapsible content is shown */

.list-group-item-toggle::before {
    content: "\f236";
}

.collapsed .list-group-item-toggle::before {
    content: "\f22a";
}

.navbar-toggle::before {
    content: "\f12a";
}

.collapsed .navbar-toggle::before {
    content: "\f479";
}


/* Search input */

.search-input {
    width: 100%;
    border: 0;
    padding: 0 5px;
    border-bottom: 1px solid #000000;
    color: inherit;
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.search-input:focus {
    outline: none;
}

.modal-header {
    color: black !important;
    background-color: rgb(46, 217, 198) !important;
}

.the-legend>hr {
    /* float: none;
    border-style: none;
    border-width: 0;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px; */
    background-color: gray;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(245, 245, 245, 1) 1px 1px 3px;
}

.the-fieldset {
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    background-color: rgb(204, 205, 207);
}